home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-06 / netbday5.zip / NETBUPD.BAT < prev   
DOS Batch File  |  1992-06-21  |  270b  |  8 lines

  1. rem update netbday.exe
  2. rem this will copy netbday.exe and
  3. rem set the netware flags appropriately
  4. rem if it is already installed it will be reflagged
  5. if exist \public\netbday.exe flag \public\netbday.exe rw
  6. copy netbday.exe \public
  7. flag \public\netbday.exe ro s
  8.